home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Catch Me If You Can Press Kit
/
Catch Me if You Can Press Kit.iso
/
mac
/
Catch Me If You Can.dxr
/
scripts_27_goFullFrame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-11-21
|
259 b
|
14 lines
property spriteNum, mySprite, myName
global currPhoto, currNum, thumbList
on beginSprite me
mySprite = sprite(spriteNum)
myName = mySprite.member.name
end
on mouseUp me
currPhoto = myName
currNum = thumbList.getPos(currPhoto)
go("full frame")
end